From 9e2d7ffc45f907eb9f2d695f42af0890fc2f0a46 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 8 Sep 2007 22:48:00 +0000 Subject: [PATCH] Make gperf play nice with FreeBSD. --- Makefile.in | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 108d16370..f059f6326 100644 --- a/Makefile.in +++ b/Makefile.in @@ -110,7 +110,7 @@ Makefile gbversion.h: Makefile.in config.status xmldoc/makedoc.in gbversion.h.in CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status xcsv_tokens.gperf: xcsv_tokens.in - gperf -t --output-file=$@ $? + gperf -L ANSI-C -D -t $? > $@ config.status: configure $(SHELL) config.status --recheck diff --git a/configure b/configure index c8ae38a77..57dc97129 100755 --- a/configure +++ b/configure @@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for GPSBabel 1.3.5. # -# Report bugs to . +# Report bugs to . # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. -- 2.30.2